go/types.Const.Val (method)

8 uses

	go/types (current package)
		call.go#L496: 				assert(exp.Val() != nil)
		object.go#L213: func (obj *Const) Val() constant.Value { return obj.val }

	golang.org/x/exp/apidiff
		apidiff.go#L167: 	if !constant.Compare(old.Val(), token.EQL, new.Val()) {
		apidiff.go#L168: 		d.incompatible(old, "", "value changed from %s to %s", old.Val(), new.Val())

	golang.org/x/tools/internal/gcimporter
		bexport.go#L209: 		p.value(obj.Val())
		iexport.go#L481: 		w.value(obj.Type(), obj.Val())